remove CONFIG_X86_SUPERVISOR_MODE_KERNEL as x86_32 builds are unsupported
authorAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 7 Jan 2015 10:15:49 +0000 (11:15 +0100)
committerJan Beulich <jbeulich@suse.com>
Wed, 7 Jan 2015 10:15:49 +0000 (11:15 +0100)
commitf915632c909856cdd58e7b8849a0bc93838fa769
tree3e7f6abf7981b7052d62b10b62043a23f101057b
parent46e0baf59105200d43612cf0c59de216958b008d
remove CONFIG_X86_SUPERVISOR_MODE_KERNEL as x86_32 builds are unsupported

supervisor_mode_kernel was an x86_32-only feature which permitted a PV dom0 to
run in ring 0, but at the expense of not being able to start any domUs.

As the x86_32 Xen build has been removed from tree, removing the remaining
supervisor_mode_kernel code.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Tim Deegan <tim@xen.org>
xen/arch/x86/Rules.mk
xen/arch/x86/domain.c
xen/arch/x86/domain_build.c
xen/common/domctl.c
xen/common/kernel.c
xen/include/asm-arm/config.h
xen/include/asm-x86/config.h
xen/include/asm-x86/desc.h